Legacy GtkWidget vmethods are now handled on an event controller, which
due to being the very first controller added to every widget, runs in
a different order than the previously hardcoded.
Probably testing legacy events is not really futurible, specially after
we stop installing this legacy controller by default. I'll leave the
choice to remove these specific tests for later though.
"capture b1, "
"capture c1, "
"target c2, "
- "legacy C, "
"bubble c3, "
- "legacy B, "
+ "legacy C, "
"bubble b3, "
- "legacy A, "
- "bubble a3");
+ "legacy B, "
+ "bubble a3, "
+ "legacy A");
g_string_free (str, TRUE);
"capture b1, "
"capture c1, "
"target c2, "
- "legacy C, "
"bubble c3, "
+ "legacy C, "
+ "bubble b3, "
"legacy B");
g_string_free (str, TRUE);